home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / bbsutils / q_zz115.arj / GETEXT.ARJ / GETEXT.DOC next >
Text File  |  1994-03-06  |  508b  |  23 lines

  1. This is just a  small utility for all Non-4Dos users to get the
  2. Extension of a file ... well, it halts with a certain errorlevel for
  3. every Extension supported...
  4. Type GetExt to see the Extenstions...
  5.  
  6. Add it to your pcbtest.bat... You should know how  to do it :)
  7.  
  8. Simpe PCBTEST.BAT Example
  9. -----------------
  10. @echo off
  11. :checkextenstion
  12.  GetExt %1
  13.   if errorlevel == 1 goto diz
  14.   if errorlevel == 2 goto diz
  15.   if errorlevel == 3 goto diz
  16.   goto end
  17.  
  18. :diz
  19.  ZipZap ZipZap.cnf %1 %3
  20.  
  21. :end
  22.  
  23.